struct CStudent
{
   	 CString m_strName;
   	 int m_nScore;
};
class CMyListView : public CView
{

protected:
	CPtrList m_List;

}
